*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2007 11:57:58 +0000 (11:57 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2007 11:57:58 +0000 (11:57 +0000)
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index b5473a37ff2ee1e38fbf4ce0f6f9bc94e5adcd93..d8bd20740fe78455593723faaaf8810155d91b0c 100644 (file)
@@ -1,3 +1,14 @@
+2007-02-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * info-look.el (info-lookup-make-completions): Bind
+       Info-fontify-maximum-menu-size to nil to speed up lookup of index
+       nodes.
+
+       * info.el (Info-fontify-maximum-menu-size): Document the effect of a
+       nil value.
+       (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
+       non-nil before using it as size.
+
 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
 
        * subr.el (insert-for-yank-1): Prevent read-only properties from
index 467ed85c7ec0b6b498f42e6e0054de5a93e5723d..54e8e3d2fffe6872797c1b46d77d1522107e6b91 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-10  Markus Triska  <markus.triska@gmx.at>
+
+       * widget.texi (Programming Example): Put constant strings in :format.
+
 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
 
        * faq.texi (Fullscreen mode on MS-Windows): New node.
index 8515fa9d51576ce4d6b9d5152bb88765f40d9ba9..138bd18ebc9cb433e16342d66e685ca11c610de2 100644 (file)
@@ -1,3 +1,10 @@
+2007-02-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * window.c (Fwindow_height, Fwindow_hscroll)
+       (Fwindow_redisplay_end_trigger, Fwindow_point, Fwindow_start)
+       (Fwindow_end, Fwindow_display_table, Fwindow_text_height):
+       Document the effect of WINDOW arg being nil.
+
 2007-02-08  Kim F. Storm  <storm@cua.dk>
 
        * minibuf.c (read_minibuf): Fix 2007-01-30 change.